@charset "utf-8";

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
.clear {
	clear:both;
}

img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
body {
	font-family:"Arial";
	font-size:14px;
}
@font-face {
	font-family: 'georgia';
	src: url('../fonts/georgia.eot');
	src: url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),
	url('../fonts/georgia.woff') format('woff'),
	url('../fonts/georgia.ttf') format('truetype'),
	url('../fonts/georgia.svg#minijianyaya') format('svg');
	font-weight: normal;
	font-style: normal;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.container1{
	width: 89%;
	margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
}

.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	clear:both;
	background-color:#fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding-top:16px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
	float: left;
	text-align: center;
	position: relative;
	line-height:98px;
}
.menupc li:last-child{
    background: none;
}
.menupc li a{
	display:block;
	color: #000;
    font-size: 18px;
	padding: 0px 30px;
}
.menupc li:hover a{
    color:#293d8b;
    font-weight: bold;
    /*border-bottom: 2px solid #293d8b;*/
}
.menupc li a:hover{
    color:#293d8b;
    font-weight: bold;
    /*border-bottom: 2px solid #293d8b;*/
}
.menupc li .current{
    color:#293d8b;
    font-weight: bold;
    border-bottom: 2px solid #293d8b;
}
.menupc ul{
	background:#fff !important;
	position: absolute;
	display:none;
	left: 0;
	top:100px;
	overflow: hidden;
	z-index: 999;
	width:100%;
}
.menupc ul:before{
    content: '';
    display: block;
    width: 70%;
    margin: 0 auto;
    height: 2px;
    background-color: #293d8b;
}
.menupc ul li{
	float: none;
	position: static;
	text-align: center;
	background:none;
    line-height: 40px;
	width:100%;
}
.menupc ul li a{
	display: block;
	font-size: 16px;
    position:relative;
	color:#333 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 15px;
    border-bottom: 1px dashed #ebebeb;
    background-color: #fff !important;
    font-weight: normal !important;
}
.menupc ul li:last-child a{
    border-bottom: none;
}
.menupc ul li a:hover{
    color: #1d2088 !important;
}
.menupc ul li .current{
    color: #1d2088 !important;
}
.menupc ul.subnav {
	display: block;
}


/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0a78bc url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.daohang{
		height:60px;
	}
	.yx a{
		padding-top:10px;
	}
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
	.nav-fr{
		display:none;
	}
}



/*banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
}
.home-banner-slick {
    overflow:hidden
}
.home-banner-slick a{
    outline: none;
}
.home-banner-slick .slick-slide {
    position:relative;
}
.home-banner-slick .slick-slide img {
    display: block;
    max-width:100%;
    margin: 0 auto;
    border:none;
}
.home-banner .slick-dots {
    z-index:10;
    bottom:13px;
    line-height:0;
    text-align:center;
}
.home-banner .slick-dots li {
    margin: 5px;
    padding:0;
    width: auto;
    height: auto;
}
.home-banner .slick-dots li button {
    background-color: rgba(242,159,13,0.6);
    width: 10px;
    height: 10px;
    border-radius: 25px;
    display:block;
}
.home-banner .slick-dots li button:before {
    content:"";
}
.home-banner .slick-dots .slick-active button {
    background-color: #f29f0d;
    width: 30px;
}
.home-banner .slick-dots .slick-active button:before {
    color:transparent;
}
.home-banner .home-banner-slick .slick-slide .home-pc{
    display: block;
}
.home-banner .home-banner-slick .slick-slide .home-mobile{
    display: none;
}




footer{
    width: 100%;
    margin: 0 auto;
}
.footer2{
    background-color: #12215f;
    padding: 7px;
    overflow: hidden;
}
.footer2 p{
    text-align: center;
    line-height: 26px;
    color: #fff;
}
.footer2 p a{
    color: #fff;
}
.footer2 p a:hover{
    color: #0068b6;
}
.footer1{
    background-color: #293d8b;
    padding: 40px 0px 15px 0px;
    overflow: hidden;
}
.footer1_fl{
    float: left;
    width: 30%;
    padding-right: 5%;
    margin-bottom: 25px;
    overflow: hidden;
    padding-top: 25px;
}
.footer1_fl a{
    display: block;
}
.footer1_fl a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
}
.footer1_fr{
    float: right;
    width: 15%;
    padding-left: 5%;
    margin-bottom: 25px;
    overflow: hidden;
}
.footer1_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
}
.footer1_fc{
    float: left;
    width: 55%;
    padding-left: 5%;
    margin-bottom: 25px;
    overflow: hidden;
    border-left: 1px solid #3a50a7;
    border-right: 1px solid #3a50a7;
}
.footer1_fc li{
    float: left;
    width: 20%;
}
.footer1_fc li a{
    display: block;
    font-size: 18px;
    color: #fff;
    background: url("../images/title.jpg") no-repeat bottom left;
    padding-bottom: 15px;
}
.menulist{
    margin-top: 10px;
}
.menulist li{
    float: none;
    line-height: 30px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist li a{
    display: block;
    font-size: 14px;
    color: #d4ddff;
    background: none;
    padding: 0;
}
.menulist li a:hover{
    color: #0068b6;
}

.home-about{
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
}
.about_fl{
    float: left;
    width: 50%;
    background: url("../images/aboutbg.png") no-repeat left top;
}
.about_fl1{
    font-size: 25px;
    color: #333;
    margin-top: 10px;
}
.about_fl1:after{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #293d8b;
    margin: 30px 0px 50px 0px;
}
.about_fl2{
    overflow: hidden;
}
#shuzi{
    overflow:hidden;
}
#shuzi li{
    overflow:hidden;
    text-align:center;
    padding: 0;
}
#shuzi li:last-child{
    border-right:none;
}
#shuzi .num {
    font-size:14px;
    color:#666;
}
#shuzi .num span{
    font-size:31px;
    color: #ee8131;
    font-family: 'Arial';
}
#shuzi .text{
    font-size:14px;
    color:#666;
}
.about_fl3{
    margin: 50px 0px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.about_fl4{

}
.about_fl4 a{
    display: block;
    width: 119px;
    height: 40px;
    border-radius: 5px;
    background: #f29f0d url("../images/jt.png") no-repeat center;
    transition: .5s;
}
.about_fl4 a:hover{
    box-shadow:inset 0 0 0 .2rem rgba(255, 255, 255, .4);
}
.about_fr{
    float: right;
    width: 48%;
}
.about_fr img{
    display:block;
    max-width:100%;
    height:auto;
    margin:auto;
}

.home-pro{
    width: 100%;
    margin: 0 auto;
    background: url("../images/probg.jpg") repeat-x top center;
    padding: 50px 0px;
    overflow: hidden;
}
.pro_title{
    text-align: center;
}
.pro_title h3{
    font-size: 82px;
    font-weight: bold;
    color: #5f6aa2;
    text-transform: uppercase;
}
.pro_title p{
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    margin-top: -55px;
}
.pro_con{
    margin-top: 50px;
}
.prolist{
    position: relative;
    padding-bottom: 10px;
}
.prolist li{
    margin: 0px;
}
.prolist li a{
    display: block;
    margin: 0px 0px 10px 0px;
}
.pro_img{
    position: relative;
    overflow: hidden;
}
.pro_img:after{
    content: '';
    display: block;
    padding-bottom: 89%;
}
.pro_img img{
    transition: .5s;
    border: none !important;
}
.pro_txt{
    padding: 25px 20px;
    overflow: hidden;
    color: #fff;
}
.prolist li:nth-child(n) a .pro_txt{
    background-color: #dc4e1c;
}
.prolist li:nth-child(2n) a .pro_txt{
    background-color: #f29f0d;
}
.prolist li:nth-child(3n) a .pro_txt{
    background-color: #10a299;
}
.prolist li:nth-child(4n) a .pro_txt{
    background-color: #1489bf;
}
.pro_txt h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    background: url("../images/dian.png") no-repeat left center;
    padding-left: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_txt p{
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}
.pro_txt span{
    display: block;
    padding-top: 10px;
    border-top: 2px solid #fff;
    margin-top: 20px;
    font-weight: bold;
    transition: all .36s ease;
}
.prolist li a:hover{
    box-shadow: 0px 0px 10px #333;
}
.prolist li a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.prolist li a:hover .pro_txt span{
    margin-left: 10px;
}
.prolist .slick-dots {
    z-index:10;
    bottom:-25px;
    line-height:0;
    text-align:center;
}
.prolist .slick-dots li {
    margin: 5px;
    padding:0;
    width: 14px;
    height: 14px;
}
.prolist .slick-dots li button {
    background-color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 25px;
    display:block;
    border: 2px solid #2a3d8c;
}
.prolist .slick-dots li button:before {
    content:"";
}
.prolist .slick-dots .slick-active button {
    background-color: #2a3d8c;
}
.prolist .slick-dots .slick-active button:before {
    color:transparent;
}

.home-case{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 50px 0px;
    overflow: hidden;
}
.case_title{
    text-align: center;
    font-size: 24px;
    color: #000;
}
.case_con{
    margin-top: 40px;
    overflow: hidden;
}
.case_con li{
    padding: 0px 3px;
    overflow: hidden;
}
.case_con li a{
    display: block;
    margin: 5px 0px;
}
.case_img{
    position: relative;
    overflow: hidden;
}
.case_img:after{
    content: '';
    display: block;
    padding-bottom: 56.8%;
}
.case_img img{
    transition: .5s;
    border: none !important;
}
.case_txt{
    padding: 20px 10px;
    overflow: hidden;
}
.case_con li:nth-child(1) a .case_txt{
    background-color: #2a3d8c;
}
.case_con li:nth-child(2) a .case_txt{
    background-color: #f29f0d;
}
.case_txt p{
    font-size: 18px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case_con li a:hover{
    box-shadow: 0px 0px 10px #adadad;
}
.case_con li a:hover .case_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.home-nh{
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}
.news_fl{
    float: left;
    width: 55%;
}
.nh_titie{
    border-bottom:1px solid #c5c5c5;
    line-height:30px;
    overflow: hidden;
}
.nh_titie p{
    float:left;
    font-size:24px;
    color:#333;
    font-weight: bold;
}
.nh_titie p:after{
    content:'';
    display:block;
    width:100%;
    height:2px;
    margin-bottom: -1px;
    margin-top:12px;
    background-color: #293d8b;
}
.nh_titie a{
    float:right;
    color:#293d8b;
    font-size:14px;
}
.news_fl_con{
    margin-top: 24px;
    overflow: hidden;
}
.news_fl_con1{
    float: left;
    width: 40%;
}
.news_fl_con1 a{
    display: block;
    position: relative;
}
.news_fl_img{
    position: relative;
    overflow: hidden;
}
.news_fl_img:after{
    content: '';
    display: block;
    padding-bottom: 73%;
}
.news_fl_img img{
    transition: .5s;
}
.news_fl_dt{
    position: relative;
}
.news_fl_date{
    background-color: #293d8b;
    width: 94px;
    height: 95px;
    text-align: center;
    color: #fff;
    padding: 0px 12px;
    position: absolute;
    top: -47px;
}
.news_fl_date p{
    font-size: 40px;
    font-weight: bold;
    border-bottom: 1px solid #495a9c;
    margin-bottom: 8px;
}
.news_fl_date span{
    font-size: 18px;
}
.news_fl_txt{
    padding: 17px 24px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.news_fl_txt h3{
    font-size: 16px;
    color: #333;
    padding-left: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fl_txt p{
    color: #767676;
    line-height: 25px;
    margin: 25px 0px 15px 0px;
}
.news_fl_txt span{
    color: #f29f0d;
}
.news_fl_con1 a:hover .news_fl_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_fl_con1 a:hover .news_fl_txt h3{
    color: #293d8b;
}
.news_fl_con2{
    float: right;
    width: 57%;
}
.news_fl_con2 li{
    margin-bottom: 13px;
    overflow: hidden;
}
.news_fl_con2 li:last-child{
    margin-bottom: 0px;
}
.news_fl_con2 li a{
    display: block;
    color: #767676;
    line-height: 25px;
}
.news_fl_con2 li a:hover{
    color: #293d8b;
}
.news_fl_con2 li a p{
    float: left;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fl_con2 li a span{
    float: right;
}

.honor_fr{
    float: right;
    width: 42%;
}
.honor_fr_con{
    margin-top: 24px;
    overflow: hidden;
}
.honor_fr_img{

}
.honor_fr_img img{
    display:block;
    max-width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
.honor_fr_txt{
    padding: 30px;
    overflow: hidden;
    color: #767676;
    line-height: 32px;
    /*background: #f5f5f5 url("../images/ry_bg.jpg") no-repeat right center;*/
    background-color: #f5f5f5;
}
.honor_fr_txt li{
    color: #767676;
    line-height: 32px;
}
.honor_fr_txt li a{
    display: block;
    color: #767676;
}
.honor_fr_txt li:nth-child(1) a,.honor_fr_txt li:nth-child(2) a,.honor_fr_txt li:nth-child(3) a{
    font-size: 16px;
    color: #f29f0d;
    font-weight: bold;
}

/*关于我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
}
.inner-banner img{
    width: 100%;
    height: auto;
}
.iban_pc{
    display: block;
}
.iban_phone{
    display: none;
}


.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_main_title{
    background-color: #fff;
    padding: 15px 0px 35px 0px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 3px;
}
.inner_title{
    float: left;
}
.inner_title p{
    font-family: 'georgia';
    font-size: 56px;
    color: #e5e5e5;
    font-weight: bold;
    text-transform: uppercase;
}
.inner_title h3{
    font-size: 23px;
    color: #333;
    font-weight: bold;
    margin-top: -54px;
    text-align: center;
}
.inner_nav{
    float: right;
    margin-top: 15px;
}
.inner_nav li{
    float: left;
    line-height: 40px;
}
.inner_nav li a{
    display: block;
    color: #333;
    font-size: 18px;
    padding: 0px 20px;
    border-radius: 5px;
}
.inner_nav li a:hover{
    color: #fff;
    background-color: #ffcc00;
}
.inner_nav li .current{
    color: #fff;
    background-color: #ffcc00;
}
.inner_main_about{
    margin: 40px 0px;
    overflow: hidden;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.iabout_fl{
    float: left;
    width: 55%;
}
.iabout_fl_title{
    font-size: 25px;
    color: #333;
}
.iabout_fl_title:after{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #293d8b;
    margin: 30px 0px;
}
.iabout_fl_con{
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.iabout_fr{
    float: right;
    width: 43%;
}
.iabout_fr img{
    width:100%;
    margin:0 auto;
    padding-left:15px;
    padding-right:15px;
}

/*资质荣誉*/
.inner_main_honor{
    margin: 40px 0px;
    overflow: hidden;
}
.inner_main_honor ul{
    overflow: hidden;
}
.inner_main_honor li{
    margin-bottom: 30px;
    overflow: hidden;
}
.inner_main_honor li a{
    display: block;
}
.ihonor_img{
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}
.ihonor_img:after{
    content: '';
    display: block;
    padding-bottom: 66%;
}
.ihonor_img img{
    transition: .5s;
}
.ihonor_txt{
    background-color: #eee;
    padding: 12px 0px;
    overflow: hidden;
}
.ihonor_txt p{
    text-align: center;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_main_honor li a:hover .ihonor_txt{
    background-color: #2a3d8c;
}
.inner_main_honor li a:hover .ihonor_txt p{
    color: #fff;
}
.inner_main_honor li a:hover .ihonor_img{
    border: 1px solid #2a3d8c;
}
.inner_main_honor li a:hover .ihonor_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*分页*/
.pagination{
    text-align:center;
    padding:20px 0px 0px 0px;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #808080;
    border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:transparent;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#fff;
    background-color:#2a3d8c;
    border:1px solid #2a3d8c;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #2a3d8c;
    border: 1px solid #2a3d8c;
}

/*人才招聘*/
.inner_main_job{
    background-color: #f5f5f5;
    padding: 40px 0px;
    overflow: hidden;
}
.job_top{
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow:0px 0px 10px #ccc;
    border-radius: 5px;
}
.job_top_fl{
    float: left;
    width: 40%;
}
.job_img img{
    width: 100%;
    height: auto;
}
.job_top_fr{
    float: right;
    width: 60%;
    background-color: #fff;
}
.job_txt{
    padding: 38px 28px;
    overflow: hidden;
}
.job_txt h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.job_txt h3:after{
    content: '';
    display: block;
    width: 47px;
    height: 3px;
    background-color: #d38137;
    margin: 20px 0px;
}
.job_txt p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.job_bottom{
    background-color:#fff;
    padding:30px 20px;
    overflow:hidden;
    box-shadow:0px 0px 10px #ccc;
    border-radius: 5px;
}
.job_bottom1{
    background-color:#293d8b;
    overflow: hidden;
}
.job_bottom1 li{
    line-height:50px;
    color:#fff;
    text-align:center;
    font-size:16px;
}
.job_bottom2 dl {

}
.job_bottom2 dl:nth-child(odd) .zp-title a{
    background: #f2f2f2 url(../images/fr.png) no-repeat right center;
}
.job_bottom2 dl:nth-child(even) .zp-title a{
    background: #e6e6e6 url(../images/fr.png) no-repeat right center;
}
.job_bottom2 dl:nth-child(odd) .zp-title a:hover{
    color:#293d8b;
    background: #f2f2f2 url(../images/frhover.png) no-repeat right center;
}
.job_bottom2 dl:nth-child(even) .zp-title a:hover{
    color:#293d8b;
    background: #e6e6e6 url(../images/frhover.png) no-repeat right center;
}
.zp-title{
    cursor: pointer;
    outline:none;
    overflow: hidden;
    transition: 0.5s;
}
.zp-title a{
    color:#333;
    display:block;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
}
.zp-title a:hover{

}
.zp-title li{
    font-size: 16px;
}
.zp-content {
    background: #fff;
    color: #808080;
    line-height: 25px;
    overflow: hidden;
    display:none;
}
.zp-info-text {
    margin:30px 50px;
}
.zp-info-text h3{
    font-size:16px;
    color:#333;
    font-weight:bold;
    padding-left:15px;
    margin-bottom:10px;
}
.zp-info-text p{
    font-size:14px;
    color:#666;
    padding:0px 15px;
    line-height:30px;
}
#open .zp-content{
    display:block;
    overflow:hidden;
}

#open:nth-child(odd) .zp-title a{
    color:#293d8b;
    background: #f2f2f2 url(../images/frhover.png) no-repeat right center;
}
#open:nth-child(even) .zp-title a{
    color:#293d8b;
    background: #e6e6e6 url(../images/frhover.png) no-repeat right center;
}


/*联系我们*/
.inner_main_contact{
    background-color: #f5f5f5;
    padding: 40px 0px;
    overflow: hidden;
}
.kehu_con{
    background-color:#fff;
    padding:3%;
    overflow:hidden;
    box-shadow:0px 0px 10px #ccc;
    border-radius: 5px;
}
.ly_title{
    margin-bottom:3%;
    overflow:hidden;
    text-align:center;
}
.ly_title h3{
    font-size:30px;
    color:#333;
    font-weight:normal;
    line-height:50px;
}
.ly_con{
    overflow:hidden;
}
.cly{
    overflow:hidden;
    position:relative;
    line-height: 50px;
    margin-bottom: 36px;
}
.cly label{
    position:absolute;
    left:0;
    font-size:18px;
    color:#666;
}
.cly input{
    width:100%;
    color:#666;
    font-size:15px;
    border:none;
    border-bottom:1px solid #ccc;
    padding-left:13%;
}
.ly_con a{
    position:absolute;
    right:5px;
    top:0;
}
.cly1{
    overflow:hidden;
}
.cly1 label{
    display:block;
    font-size:18px;
    color:#666;
    line-height: 50px;
}
.cly1 textarea{
    resize:none;
    font-size:15px;
    color:#666;
    width:100%;
    height: 350px;
    border:1px solid #ccc;
    padding:10px;
    background-color: #dbdbdb;
    outline: none;
}
.tuijian{
    clear: both;
    overflow:hidden;
    text-align:center;
}
.tuijian input{
    width:140px;
    line-height:50px;
    color:#fff;
    font-size:18px;
    text-align:center;
    border:none;
    outline:none;
    border-radius:5px;
    margin: 0px 15px;
}
.submit{
    background-color:#293d8b;
}
.reset{
    /* background-color:#f29f0d; */
}

.lianxi_con{
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.lianxi_fl{
    float: left;
    width: 50%;
}
.lianxi_txt{
    padding: 58px 30px;
    overflow: hidden;
}
.lianxi_txt h3{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.lianxi_txt dl{
}
.lianxi_txt dd{
    font-size: 16px;
    color: #666;
    padding-left: 43px;
    float: left;
    width: 50%;
    margin-bottom: 30px;
}
.lianxi_txt dl dd span{
    font-weight: bold;
}
.ic1{
    background: url("../images/ic1.png") no-repeat left top;
}
.ic2{
    background: url("../images/ic2.png") no-repeat left top;
}
.ic3{
    background: url("../images/ic3.png") no-repeat left top;
}
.ic4{
    background: url("../images/ic4.png") no-repeat left top;
}
.lianxi_fr{
    float: right;
    width: 50%;
}
.lianxi_img img{
    display:block;
    max-width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}


/*企业文化*/
.inner_main_culture{
    margin: 40px 0px;
    overflow: hidden;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.inner_main_culture img{
    display:block;
    max-width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}



/*员工风采*/
.inner_main_fencai{
    background-color: #f5f5f5;
    padding: 35px 0px 40px 0px;
    overflow: hidden;
}
.inner_main_fencai li{
    padding: 0px 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
.inner_main_fencai li a{
    display: block;
    margin: 5px 0px;
}
.fc_img{
    position: relative;
    overflow: hidden;
}
.fc_img:after{
    content: '';
    display: block;
    padding-bottom: 89%;
}
.fc_img img{
    transition: .5s;
}
.inner_main_fencai li a:hover{
    box-shadow: 0px 0px 10px #666;
}
.inner_main_fencai li a:hover .fc_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.fc_txt{
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
    transition: all .36s ease;
}
.fc_txt h3{
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.fc_txt p{
    color: #666;
    background: url("../images/fc_jt.png") no-repeat right center;
    transition: all .36s ease;
}

.inner_main_fencai li a:hover .fc_txt{
    background-color: #293d8b;
}
.inner_main_fencai li a:hover .fc_txt h3{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.inner_main_fencai li a:hover .fc_txt p{
    color: #fff;
    background: url("../images/fc_jth.png") no-repeat 80px center;
}


/*员工风采详情*/
.inner_main_fcshow{
    background-color: #f5f5f5;
    padding: 35px 0px 40px 0px;
    overflow: hidden;
}
.fcshow_con{
    background-color: #fff;
    padding: 30px 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
}
.show_title{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h3{
    font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #333;
    padding-bottom: 20px;
    line-height: 28px;
}
.show_title span{
    color:#949494;
    margin:0px 10px;
    font-size:14px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:28px;
    color:#4b4b4b;
    padding:25px 0px;
    border-bottom:1px dashed #bfbfbf;
    font-size: 15px;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    margin-bottom:20px;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#4d4d4d;
    width:75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
}
.show_back_fl li a{
    color:#868686;
    font-size:15px;
}
.show_back_fl li a:hover{
    color: #2a3d8c;
}
.show_back_fr{
    margin-bottom:20px;
    overflow:hidden;
    padding:0;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:15px;
    background: #2a3d8c url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}

/*新闻资讯*/
.inner_main_news{
    background-color: #f5f5f5;
    padding: 35px 0px 40px 0px;
    overflow: hidden;
}
.inner_main_news ul{
    overflow: hidden;
}
.inner_main_news li{
    margin-bottom: 15px;
    overflow: hidden;
}
.inner_main_news li a{
    display: block;
    background-color: #fff;
    overflow: hidden;
    margin: 5px;
}
.inner_main_news li a:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.inews_img{
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden;
}
.inews_img:after{
    content: '';
    display: block;
    padding-bottom: 73%;
}
.inews_img img{
    transition: .5s;
}
.inews_date{
    float: left;
    width: 12%;
    text-align: center;
    margin: 42px 0px;
}
.inews_date p{
    font-size: 40px;
    color: #333;
    font-weight: bold;
}
.inews_date p:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #999;
    margin: 10px auto 20px auto;
}
.inews_date span{
    font-size: 18px;
    color: #333;
}
.inews_txt{
    float: right;
    width: 68%;
    margin: 42px 0px;
    border-left: 1px solid #ccc;
    padding: 0px 50px;
}
.inews_txt h3{
    font-size: 20px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    transition: all .3s ease;
}
.inews_txt p{
    color: #666;
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 25px;
}
.inews_txt span{
    display: block;
    font-size: 16px;
    color: #2e418e;
    background: url(../images/jt3.png) no-repeat right center;
    text-transform: uppercase;
    transition: all .36s ease;
}
.inner_main_news li a:hover .inews_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_main_news li a:hover .inews_txt h3{
    color: #2e418e;
    font-weight: bold;
}
.inner_main_news li a:hover .inews_txt span{
    background: url("../images/jt3.png") no-repeat 100px center;
}


/*新闻详情*/
.inner_main_newsshow{
    background-color: #f5f5f5;
    padding: 35px 0px 40px 0px;
    overflow: hidden;
}
.newsshow_con{
    background-color: #fff;
    padding: 30px 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
}


/*集团业务*/
.inner_main_pro{
    padding: 35px 0px 40px 0px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.inner_main_pro li{
    padding: 0px 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
.inner_main_pro li a{
    display: block;
    margin: 5px;
    overflow: hidden;
}
.inner_main_pro li a:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.ipro_fl{
    float: left;
    width: 50%;
}
.ipro_img{
    position: relative;
    overflow: hidden;
}
.ipro_img:after{
    content: '';
    display: block;
    padding-bottom: 89%;
}
.ipro_img img{
    transition: .5s;
}
.ipro_fr{
    float: right;
    width: 50%;
}
.ipro_txt{
    background-color: #fff;
    padding: 30px 25px;
    overflow: hidden;
}
.ipro_txt h3{
    font-size: 18px;
    color: #000;
    font-weight: normal;
    background: url("../images/dian1.png") no-repeat left center;
    padding-left: 25px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ipro_txt p{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 150px;
    overflow: hidden;
}
.ipro_txt span{
    display: block;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 10px;
    color: #666;
    line-height: 25px;
    background: url("../images/fc_jt.png") no-repeat right center;
}
.inner_main_pro li a:hover .ipro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_main_pro li a:hover .ipro_txt h3{
    color: #2a3d8c;
    font-weight: bold;
    background: url("../images/dian2.png") no-repeat left center;
}
.inner_main_pro li a:hover .ipro_txt span{
    color: #2a3d8c;
    background: url("../images/cp_jth.png") no-repeat right center;
}


/*集团业务详情*/
.inner_main_proshow{
    background-color: #f5f5f5;
    padding: 35px 0px 40px 0px;
    overflow: hidden;
}
.proshow_con{
    background-color: #fff;
    padding: 30px 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
}




@media (min-width:1501px) and (max-width:1700px){
    .menupc li a{
        padding:0px 25px;
    }
    .about_fl1:after{
        margin: 30px 0px;
    }
    .about_fl3{
        margin: 30px 0px;
    }
    .about_fl3{
        height: 150px;
    }
    .news_fl_con2 li{
        margin-bottom: 11px;
    }

    .inews_date{
        margin: 28px 0px;
    }
    .inews_txt{
        margin: 28px 0px;
        padding: 0px 25px;
    }
    .inews_txt h3{
        margin-bottom: 10px;
    }
    .inews_txt p{
        margin-bottom: 15px;
    }
    .ipro_txt h3{
        margin-bottom: 15px;
    }
    .ipro_txt p{
        height: 125px;
    }
    .ipro_txt span{
        margin-top: 15px;
    }


}

@media (min-width:1280px) and (max-width:1500px){
    .menupc li a{
        padding: 0px 20px;
    }
    .container1{
        width:90%;
    }
    .about_fl1:after{
        margin: 25px 0px;
    }
    .about_fl3{
        margin: 25px 0px;
    }
    .about_fl3{
        height: 150px;
    }
    .news_fl_con2 li{
        margin-bottom: 10px;
    }

    .inews_date{
        margin: 15px 0px;
    }
    .inews_txt{
        margin: 15px 0px;
        padding: 0px 25px;
    }
    .inews_txt h3{
        margin-bottom: 10px;
    }
    .inews_txt p{
        margin-bottom: 15px;
    }
    .ipro_txt p{
        height: 100px;
    }
    .ipro_txt span{
        margin-top: 20px;
    }

}

@media (min-width:1201px) and (max-width:1279px){
    .menupc li a{
        padding:0px 18px;
    }
    .container1{
        width:95%;
    }
    .about_fl1:after{
        margin: 25px 0px;
    }
    .about_fl3{
        margin: 25px 0px;
    }
    .about_fl3{
        height: 120px;
    }
    .news_fl_con2 li{
        margin-bottom: 10px;
    }

    .inews_date{
        margin: 20px 0px;
    }
    .inews_txt{
        margin: 20px 0px;
        padding: 0px 25px;
    }
    .inews_txt h3{
        margin-bottom: 10px;
    }
    .inews_txt p{
        margin-bottom: 15px;
    }
    .ipro_txt p{
        height: 100px;
    }
    .ipro_txt span{
        margin-top: 15px;
    }
}


@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .yx img{
        height: 40px;
    }
    .footer1_fl{
        padding-right: 2.5%;
    }
    .footer1_fr{
        padding-left: 2.5%;
    }
    .footer1_fc{
        padding-left: 3.5%;
    }
    .about_fl1:after{
        margin: 15px 0px 25px 0px;
    }
    .about_fl3{
        margin: 25px 0px;
        height: 100px;
    }
    .about_fl1{
        margin-top: 0px;
    }
    .news_fl_con2 li{
        margin-bottom: 9px;
    }
    .honor_fr_txt{
        padding: 35px 20px;
    }
    .ly_title h3{
        font-size: 24px;
    }
    .lianxi_txt{
        padding: 28px 20px;
    }
    .cly{
        margin-bottom: 18px;
    }
    .cly1 textarea{
        height: 280px;
    }
    .job_txt{
        padding: 30px 20px;
    }

    .inews_date{
        margin: 20px 0px;
    }
    .inews_date p{
        font-size: 32px;
    }
    .inews_txt{
        margin: 20px 0px;
        padding: 0px 25px;
    }

    .inews_txt h3{
        margin-bottom: 5px;
        font-size: 18px;
    }
    .inews_txt p{
        margin-bottom: 10px;
        font-size: 14px;
    }

    .ipro_txt{
        padding: 15px;
    }
    .ipro_txt h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ipro_txt p{
        height: 105px;
    }
    .ipro_txt span{
        margin-top: 15px;
    }

}

@media(max-width:768px) {

    .footer1_fc{
        padding: 0 2.5%;
    }
    #shuzi .num span{
        font-size: 24px;
    }
    .about_fl3{
        height: 60px;
    }
    .pro_title h3{
        font-size: 60px;
    }
    .news_fl_con2 li{
        margin-bottom: 8px;
    }
    .news_fl_con2 li a p{
        width: 60%;
    }
    .news_fl_date{
        width: auto;
        height: 83px;
        padding: 5px;
        top: -83px;
    }
    .news_fl_txt{
        padding: 15px 20px;
    }
    .news_fl_txt h3{
        padding-left: 0px;
    }
    .news_fl_date p{
        font-size: 30px;
    }
    .news_fl_date span{
        font-size: 16px;
    }
    .honor_fr_txt{
        padding: 15px;
        line-height: 25px;
    }
    .inner_main_title{
        padding: 15px 0px 25px 0px;
    }
    .inner_title p{
        font-size: 40px;
    }
    .inner_title h3{
        margin-top: -40px;
    }
    .inner_nav{
        margin-top: 5px;
    }
    .inner_nav li a{
        font-size: 16px;
        padding: 0px 10px;
    }
    .iabout_fl{
        float: none;
        width: 100%;
    }
    .iabout_fr{
        margin-top: 25px;
        float: none;
        width: 100%;
    }
    .iabout_fl_title{
        text-align: center;
    }
    .iabout_fl_title:after{
        margin: 20px auto;
    }
    .job_txt h3{
        font-size: 20px;
    }
    .job_txt h3:after{
        margin: 15px 0px;
    }
    .job_txt {
        padding: 20px;
    }
    .ly_title h3{
        font-size: 22px;
    }

    .lianxi_fl{
        float: none;
        width: 100%;
    }
    .lianxi_txt{
        height: auto !important;
        padding: 38px 30px 8px 30px;
    }
    .lianxi_fr{
        float: none;
        width: 100%;
    }

    .inews_date p{
        font-size: 28px;
    }
    .inews_date p:after{
        margin: 5px auto 10px auto;
    }
    .inews_date {
        margin: 5px 0px;
    }
    .inews_txt {
        margin: 5px 0px;
        padding: 0px 15px;
    }
    .inews_txt h3{
        font-size: 16px;
    }
    .inews_txt p{
        margin-bottom: 5px;
    }
    .inews_txt span{
        font-size: 14px;
    }

    .inner_main_pro li{
        padding: 0px 5px;
    }
    .ipro_txt p{
        height: 50px;
    }

}

@media(max-width:600px) {
    .home-banner .home-banner-slick .slick-slide .home-pc{
        display: none;
    }
    .home-banner .home-banner-slick .slick-slide .home-mobile{
        display: block;
    }
    .iban_pc{
        display: none;
    }
    .iban_phone{
        display: block;
    }

    .footer1{
        padding: 25px 0px 0px 0px;
    }
    .footer1_fc{
        display: none;
    }
    .footer1_fl{
        float: none;
        width: 100%;
        padding-top: 0px;
    }
    .footer1_fl a img{
        margin-left: auto;
        max-width: 70%;
    }
    .footer1_fr{
        float: none;
        width: 100%;
    }
    .footer1_fr img{
        margin-right: auto;
    }
    .home-about{
        margin: 35px auto;
    }
    .about_fl{
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    .about_fl1{
        font-size: 20px;
        text-align: center;
    }
    .about_fl1:after{
        margin: 15px auto 25px auto;
    }
    #shuzi li{
        margin-bottom: 10px;
    }
    .about_fl3{
        height: auto;
        margin: 15px 0px 25px 0px;
    }
    .about_fr{
        float: none;
        width: 100%;
    }
    .pro_title h3{
        font-size: 34px;
    }
    .pro_title p{
        font-size: 23px;
        margin-top: -35px;
    }
    .home-pro{
        padding: 35px 0px 45px 0px;
    }
    .pro_con{
        margin-top: 25px;
    }
    .home-case{
        padding: 35px 0px;
    }
    .case_con{
        margin-top: 25px;
    }
    .case_txt{
        padding: 10px 0px;
    }
    .case_txt p{
        font-size: 16px;
    }
    .news_fl{
        float: none;
        width: 100%;
    }
    .home-nh{
        margin: 35px auto;
    }
    .honor_fr{
        float: none;
        width: 100%;
        margin-top: 25px;
    }
    .honor_fr_txt{
        padding: 20px;
        line-height: 25px;
    }
    .inner_title{
        float: none;
    }
    .inner_nav{
        float: none;
    }
    .inner_title p{
        font-size: 38px !important;
        text-align: center;
    }
    .inner_title h3{
        font-size: 20px !important;
        margin-top: -39px !important;
    }
    .inner_nav{
        margin-top: 20px;
    }
    .inner_nav li a{
        font-size: 16px;
    }
    .inner_main_honor li{
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .ihonor_txt{
        padding: 8px 0px;
    }
    .ihonor_txt p{
        font-size: 15px;
    }
    .job_top_fl{
        float: none;
        width: 100%;
    }
    .job_top_fr{
        float: none;
        width: 100%;
    }
    .job_txt{
        height: auto !important;
    }
    .job_bottom1 li {
        font-size: 15px;
        line-height: 35px;
    }
    .job_top_fl{
        float: none;
        width: 100%;
    }
    .job_top_fr{
        float: none;
        width: 100%;
    }
    .job_txt{
        height: auto !important;
    }
    .zp-title li{
        font-size: 15px;
    }
    .zp-title a{
        line-height: 35px;
        min-height: initial;
        overflow: hidden;
    }
    .zp-info-text{
        margin: 25px 0px;
    }

    .cly{
        margin-bottom:0;
    }
    .tuijian input{
        width:100px;
        margin:0px 10px;
        line-height: 35px;
    }
    .cly label{
        font-size: 15px;
    }
    .cly1 label{
        font-size: 15px;
    }
    .ly_title h3{
        font-size: 17px;
        line-height: 30px;
    }
    .cly1 textarea{
        height: 150px;
    }
    .tuijian{
        margin-bottom: 20px;
    }
    .tuijian input{
        font-size: 15px;
    }
    .lianxi_txt{
        padding: 25px 20px 15px 20px;
    }
    .lianxi_txt dd{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .inner_main_fencai li{
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .fc_txt{
        padding: 15px;
    }
    .fc_txt h3{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .show_title h3{
        font-size: 20px;
    }

    .inews_img{
        width: 50%;
    }
    .inews_date{
        width: 50%;
        margin: 25px 0px;
    }
    .inews_txt{
        width: 100%;
        border-left: none;
        margin: 15px 0px;
    }
    .inews_txt h3{
        font-size: 16px;
    }

    .inner_main_pro li{
        padding: 0px;
        margin-bottom: 5px;
    }
    .ipro_fl{
        float: none;
        width: 100%;
    }
    .ipro_fr{
        float: none;
        width: 100%;
    }
    .ipro_txt{
        padding: 15px;
        height: auto !important;
    }
    .ipro_txt h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ipro_txt p{
        height: 75px;
    }
    .ipro_txt span{
        margin-top: 15px;
    }

    .news_fl_con1{
        float: none;
        width: 100%;
    }
    .news_fl_con2{
        margin-top: 25px;
        float: none;
        width: 100%;
    }
    .footer1_fl{
        padding-right: 0;
    }
    .footer1_fr{
        padding-left: 0;
    }

}



@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}


/*title*/
.title{
  /* width: 1200px; */
  margin: 0px auto 0 auto;
  text-align: center;
}

.title h3{
  font-size: 30px;
  font-weight: bold;
  color: #1a2025;
  font-family: "å®‹ä½“";
  background: url(../images/title.png) no-repeat center bottom;
  height: 56px;
}
.title h3 span{
  font-size: 30px;
  font-weight: bold;
  color: #1a2025;
  font-family: "å®‹ä½“";
}
.title h3 a{
  font-size: 30px;
  font-weight: bold;
  color: #1a2025;
  font-family: "å®‹ä½“";
}
.title h3 a span{
  font-size: 30px;
  font-weight: bold;
  color: #1a2025;
  font-family: "å®‹ä½“";
}
.title p{
  font-size: 14px;
  color: #1a2025;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  margin-top: 10px;
}

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 752px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 752px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 752px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 752px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 120px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 7px;
    background-color: #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 20px;
    background: #273977;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }
  
    /*banner_bg*/
    .banner_bg{
        width: 100%;
        margin: 0 auto;
        background: url(../images/banner_bg.png) no-repeat center;
        height: 250px;
        position: relative;
        margin-top: -112px;
        z-index: 5;
    }
/*ys*/

.ys_bg{
  width: 100%;
  margin: 30px auto 0 auto;
  height: 810px;
  position: relative;
  overflow: hidden;
}

.ys_bg .title {
  position: relative;
  z-index: 5;
  top: 50px;
}
.ys_bg .title h3{
  color:#fff;
  background: url(../images/ys_t.png) no-repeat center bottom;
}
.ys_bg .title h3 span{
  color:#fff;
}
.ys_bg .title p{
  color:#fff;
}

.ys_bg .ys_img{
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 810px;
  top: -90px;
}

.ys_bg .ys_box{
  position: relative;
  left: 0;
  top: 0;
}

.ys_bg .ys_box .ys_list{
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  position: absolute;
  top: 79px;
  left: 0;
  height: 640px;
  border-top: 1px solid #626d91;
}

.ys_bg .ys_box .ys_list ul li{
  float: left;
  width: 20%;
  height: 640px;
  border-right: 1px solid #626d91;
  padding: 0 2%;
}

.ys_bg .ys_box .ys_list ul li h5{
  margin-top: 115px;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ys_bg .ys_box .ys_list ul li h5 i{
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 3px;
}
.ys_bg .ys_box .ys_list ul li p{
  font-size: 14px;
  color: #a4abc4;
  line-height: 26px;
  margin-top: 35px;
  height: 130px;
  overflow: hidden;
}

.ys_bg .ys_box .ys_list ul li span{
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: right;
  margin-top: 40px;
}
.ys_bg .ys_box .ys_list ul li.casehover{
 background: url(../images/ys_list.png) no-repeat bottom right; 
}
.ys_bg .ys_box .ys_list ul li.casehover1{
  /* background: url(../images/ys_list.png) no-repeat bottom right; */
}
.ys_bg .ys_box .ys_list ul li.casehover span{
  color: #01cdca;
}
.ys_bg .ys_box .ys_list ul li.casehover h5{
  color: #01cdca;
  border-bottom: 1px solid #01cdca;
  padding-bottom: 25px;
  margin-top: 90px;
}

.ys_bg .ys_box .ys_list ul li.casehover1 span{
  color: #01cdca;
}
.ys_bg .ys_box .ys_list ul li.casehover1 h5{
  color: #01cdca;
  border-bottom: 1px solid #01cdca;
  padding-bottom: 25px;
  margin-top: 90px;
}

/* 产品样式 */



.productLayout {

    background-color: #fff;

}



.productLayout .productCenter {

    display: flex;

    justify-content: space-between;

    padding: 60px 40px 80px;

}



.productLayout .productCenter .productLeft {

flex: 1;

padding: 0 5%;

display: flex;

flex-direction: column;

justify-content: space-around;

width: 50%;
}



.productLayout .productCenter .productLeft .title {

    font-size: 22px;

    color: #333333;

}



.productLayout .productCenter .productLeft .titleTwo {

    font-size: 14px;

    line-height: 30px;

    color: #666666;
    margin-top: 20px;
}



.productLayout .productCenter .productLeft .leftList {

    display: flex;

    justify-content: space-between;

}



.productLayout .productCenter .productLeft .leftList .leftListItem {

    text-align: center;

    width: 116px;

}



.productLayout .productCenter .productLeft .leftList .leftListItem img {

    width: 116px;

    height: 116px;

    box-sizing: border-box;

    transition: all 0.5s;

    cursor: pointer;

}



.productLayout .productCenter .productLeft .leftList .leftListItem img:hover {

    content: '';

    background-color: #f08519;

    padding: 5px;

    border-radius: 5px;

}



.productLayout .productCenter .productLeft .leftList .leftListItem p {

    font-size: 16px;

    color: #343434;

    margin-top: 16px;

}



.leftBottom {

    display: flex;

    align-items: center;

}



.leftBottom a {

    width: 146px;

    line-height: 36px;

    box-sizing: border-box;

    border: 2px solid#f08519;

    text-align: center;

    font-weight: bold;

    display: inline-block;

    position: relative;

    overflow: hidden;

    font-size: 16px;

    color: #fff;

    background-color: #f08519;

}





.leftBottom p {

    font-size: 14px;

    margin-left: 35px;

    display: inline-block;

}



.leftBottom i {

    font-size: 32px;

    color: #f08519;

    font-weight: bold;

}

.leftBottom.fz26 i {
    font-size: 26px;
}


.productLayout .productCenter .hoverImgBox {

    width: 50%;

}



.productLayout .productCenter .productRight {

    width: 100%;

    object-fit: cover;

}

/* 其它图片hover效果 */

.hoverImgBox { overflow: hidden; transition: all 0.5s; }

.hoverImgBox.shadow:hover { -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); box-shadow: 0 10px 20px 0 #ccc; }

.hoverImgBox img { cursor: pointer; transition: all 1s; }

.hoverImgBox:hover img { transform: scale(1.08);    /* filter: brightness(0.9); */ }

img.banar { width: 100%;display: block;}
img.banar.smallBana { width: 100%;display: block;height: 100%;}


/* title公共样式 */



.titleLayout {

    text-align: center;

    padding-top: 45px;

}



.titleLayout p {

    font-size: 24px;

    line-height: 50px;

    text-transform: uppercase;

    color: #666666;

    font-family: 'Times New Roman', Times, serif;

}



.titleLayout h2 {

    font-size: 36px;

    font-weight: bold;

}



.titleLayout h2 i {

    color: #ee8131;

    font-weight: bold;

}


.header{/* position: absolute;left:0;top:0;z-index:2;*//* width:100%; *//* height:115px; *//* padding: 5px 0; *//* background:rgba(0,0,0,0.5); */}
.header .logo img{float:left;}
.header .logo span{margin-left:20px;padding-left:20px;font-size:16px;color:#0081d9;display: inline-block;border-left:1px #333 dotted;height: 63px;}
.header .logo span b{display: block;color:#f04002;font-size:26px;font-weight: bold;margin-top: 10px;}


/*第十通栏start*/
.column10{
	overflow: hidden;
	padding: 30px 0 40px;
}
.indexTitleL7:before{
	display: block;
	content: '';
	position: absolute;
	background: url(../images/column10icon.png) no-repeat center center;
	height: 60px;
	width: 35px;
	left: 0;
	top: 5px;
}
.column10Dl{
	padding-top: 16px;
	overflow: hidden;
	margin-right: -18px;
}
.column10Dl dd{
	float: left;
	display: inline;
	width: 20%;
	margin-bottom: 55px;
}
.column10Dl dd a{
	display: block;
	margin-right: 18px;
	background: #fff;
	height: 92px;
}
.column10Dl dd a .pic{
	position: relative;
}
.column10Dl dd a .pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.column10Dl dd a .pic:before{
	display: block;
	content: '';
	padding-top: 40.8889%;
}
.column10Dl dd a:hover{
	box-shadow: 0 0 5px 2px #ececec;
}
/*第十通栏end*/

.wrap1 {width: 89%;clear: both;margin: 0 auto;}/* 规定页面内容区域宽度 */

.navTop{
	background: #5a64ea;
	height: 100px;
}
.topTitle{
	color: #ffffff;
	line-height: 100px;
	height: 100px;
	font-size: 23px;
	margin-left: 30px;
}
.topPic{
	width: 35px;
	height: 35px;
	margin:32px 28px 0px 0px;
}
.topPic button{
	background: #5a64ea;
	border: none;
	outline: none;
	cursor: pointer;
	background: url(../images/navicon.png) no-repeat ;
	width: 35px;
	height: 35px;
}
.topPic img{
	width: 100%;
	height: 100%;
}


/* 第五层 */
.index-fifth-content {
  width: 100%;
  margin-top: 40px;
}

.index-fifth-main-content {
  width: 100%;
  margin-top: 25px;
}

.index-fifth-main-content li {
  position: relative;
  width: 260px;
  /* height: 200px; */
  float: left;
  text-align: center;
  color: #fff;
  margin-left: 20px;
}

.index-fifth-main-content li:hover {
  color: #000;
  font-weight: bold;
}

/* .index-fifth-main-content li:nth-of-type(n+2){
    margin-left: 20px;
} */
.index-fifth-main-content li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.index-fifth-main-content li a img {
  width: 100%;
  height: 100%;
}

.index-fifth-main-content li p {
  position: absolute;
  width: 100%;
  bottom: 18px;
  font-size: 16px;
  color: inherit;
  text-align: center;
}
/* ty-title */

.ty-title {
  width: 100%;
  line-height: 27px;
  text-align: center;
}

.ty-title-box {
  width: 195px;
}

.ty-title-box a {
  display: block;
  color: #fff;
  font-size: 16px;
  background: url(./../images/ty-title-bgc1.jpg) 100% 100% no-repeat;
  background-size: 195px;
  transition: 0.3s all linear;
}

.ty-title-box:hover a {
  background: url(./../images/ty-title-bgc2.jpg) 100% 100% no-repeat;
  background-size: 195px;
  color: #fff;
}

/* tytitle END */

:focus {
  outline: 0 none
}

.overflow {
  overflow: hidden
}

.hide {
  display: none
}

.disblock {
  display: block
}

.inlineBlock {
  display: inline-block
}

.positionRelative {
  position: relative;
}

.block {
  display: block
}

.inline {
  display: inline
}
.body{
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.contentnav{
    overflow: hidden;
}
.contentnav li{
    float: left;
    width: 18.8%;
    margin-right: 1%;
    line-height: 40px;
}
.contentnav li.li1 {
    background: url(../images/bg1.png) no-repeat center;
}
.contentnav li.li2 {
    background: url(../images/bg2.png) no-repeat center;
}
.contentnav li.li3{
    background: url(../images/bg3.png) no-repeat center;

}
.contentnav li .more{
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icoright2.png) no-repeat center;
    float: right;
}
.contentnav li a{
    padding: 30px;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.contentnav li a:hover .more{
    background: url(../images/icoright2_h.png) no-repeat center;
}